home *** CD-ROM | disk | FTP | other *** search
- Gnuplot = {
- ACTIONS = {
- docDidClose:;
- showCopyingPanel:;
- showPreferencesPanel:;
- showInspectorPane:;
- open:;
- showInfoPanel:;
- saveAll:;
- new:;
- };
- OUTLETS = {
- inspector;
- stringSet;
- currentDoc;
- copyingPanel;
- infoPanel;
- docList;
- revisionTextField;
- preferences;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- saveAsEPS:;
- close:;
- new:;
- revertToSaved:;
- saveAll:;
- save:;
- open:;
- plot:;
- saveTo:;
- saveAs:;
- print:;
- };
- SUPERCLASS = Object;
- };
-